home *** CD-ROM | disk | FTP | other *** search
- gadutil.library/GU_CloseFont gadutil.library/GU_CloseFont
-
- NAME
- GU_CloseFont -- Release a pointer to a system font.
-
- SYNOPSIS
- GU_CloseFont(font)
- A0
-
- VOID GU_CloseFont(struct TextFont *);
-
- FUNCTION
- This function indicates that the font specified is no longer
- in use. It is used to close a font opened by GU_OpenFont, so
- that fonts that are no longer in use do not consume system
- resources.
-
- INPUTS
- font - a font pointer as returned by GU_OpenFont()
-
- RESULT
-
- BUGS
- none known
-
- SEE ALSO
- GU_OpenFont()
-